home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
pericia.swf
/
scripts
/
frame_13
/
PlaceObject2_151_81
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2005-01-17
|
177b
|
9 lines
onClipEvent(enterFrame){
if(this.hitTest(_root.mouse))
{
_root.mouse.gotoAndPlay("go");
_root.time.no1.stop();
_root.gotoAndStop("off3");
}
}